﻿div[v-cloak]{
    display: none;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.container {
    width: 1200px;
    margin: 69px auto 158px auto;
}

.list-container {
    margin-left: 127px;
    width: 935px;
}

.type-container {
    width: calc(100% - 935px - 127px);
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 27px;
    color: #343434;
    position: relative;
    padding-bottom: 16px;
     box-sizing: border-box;
    border-bottom: 1px solid#DDDDDD;
}

.title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #ffb638;
}
.type-items {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #343434;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 19px;
     box-sizing: border-box;
}
.type-items.current-type {
    color: #fff;
    background-color: #ffb638;
}
.type-container .iconjiantou {
    color: #fff;
    font-size: 18px;
    transform: rotate(-180deg);
}
.list-header {
    margin-bottom: 39px;
    padding: 13px;
     box-sizing: border-box;
    background-color: #FAFAFA;
		border:1px solid #f1f1f1;
}
.mgT10{
    margin-top: 10px;
}
.apply-status {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-right: 51px;
}
.train-status{
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.train-status .status-title{
    min-width: 70px;
}
.apply-status .status-title,
.apply-status .status-items {
    height: 26px;
    line-height: 26px;
}

.apply-status .status-items {
    color: #999;
    cursor: pointer;
    text-align: center;
    min-width: 58px;
    margin-right: 10px;
    border: 1px solid #CBCBCB;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.apply-status .sort-items {
    color: #333;
}

.apply-status .status-items:last-child {
    margin-right: 0;
}

.apply-status .current-status {
    color: #fff;
    box-sizing: border-box;
    border-color: #ffb638;
    background-color: #ffb638;
}

.sort.apply-status {
    margin-right: 134px;
}

.search {
    background-color: #fff;
    padding-right: 12px;
     box-sizing: border-box;
    border: 1px solid #DDDDDD;
    width: 210px;
    height: 34px;
    margin-bottom: 10px;
}


input::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BCBCBC;
}
input:-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BCBCBC;
}
input::-moz-placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BCBCBC;
}
input:-ms-input-placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #BCBCBC;
}

.search input {
    line-height: 34px;                                  
    padding-left: 9px;
     box-sizing: border-box;
    color:#BCBCBC;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border:none;
    height: 32px;
    width: calc(100% - 15px - 12px);
}
.search-btn {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-top: 8px;
}
.course-items {
    background-color: #fff;
    height: 264px;
    cursor: pointer;
    border: 1px solid#EDEDED;
    width: 283px;
    margin: 0 40px 40px 0;
}

.course-items.control-margin {
    margin-right: 0;
}

.common-items {
    width: 100%;
    height: 178px;
    position: relative;
}

.common-items .common-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.common-items .pause {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 10px;
    top: 10px;
}
.common-items .common-award {
    position: absolute;
    left: 12px;
    top: 0;
}
.common-intro {
    height: calc(100% - 178px);
    padding: 20px 18px 0 20px;
     box-sizing: border-box;
}
.common-title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 11px;
}
.common-num {
    font-weight: 400;
    font-size: 14px;
}
.common-intro .iconbofangshu {
    color: #BBBBBB;
    vertical-align: middle;
}
.common-intro .view-counts {
    line-height: 15px;
    vertical-align: middle;
    color: #666666;
}
.course-hour {
    color: #9A9A9A;
}

.no-content-container {
    background-color: #fff;
    padding: 100px 300px;
     box-sizing: border-box;
}

.no-content-intro {
    color: #BBBBBB;
    font-size: 16px;
    padding-top: 12px;
     box-sizing: border-box;
    margin-left: 20px;
}

.no-content-intro div:first-child {
    color: #CE3F3F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px
}